projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df8b419
)
Damn cvs.
author
Morten Welinder
<mortenw@src.gnome.org>
Sun, 14 Mar 2004 19:50:11 +0000
(19:50 +0000)
committer
Morten Welinder
<mortenw@src.gnome.org>
Sun, 14 Mar 2004 19:50:11 +0000
(19:50 +0000)
gtk/gtkfilechooserdefault.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserdefault.c
b/gtk/gtkfilechooserdefault.c
index 727e8f8c71c79099acd400280cb9eb4abea85771..d8ccb35be59f63b78800b395a822b3a09c819e2c 100644
(file)
--- a/
gtk/gtkfilechooserdefault.c
+++ b/
gtk/gtkfilechooserdefault.c
@@
-667,9
+667,9
@@
error_dialog (GtkFileChooserDefault *impl,
if (error)
{
char *uri = gtk_file_system_path_to_uri (impl->file_system, path);
- text = g_strdup_printf (msg,
- uri,
- error->message);
+
char *
text = g_strdup_printf (msg,
+
uri,
+
error->message);
error_message (impl, text);
g_free (text);
g_free (uri);